home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / apps / profiles / amarok.profile.xml
Extensible Markup Language  |  2008-08-13  |  2KB  |  61 lines

  1. <?xml version="1.0" ?>
  2. <!DOCTYPE profile SYSTEM "profile.dtd">
  3. <profile id="amarok" servicename="amarok">
  4.     <name>Amarok</name>
  5.     <author>Dirk Ziegelmeier</author>
  6.     <instances unique="1"/>
  7.  
  8.     <!-- Volume actions -->
  9.     <action objid="player" prototype="void volumeUp()" class="volumeup" repeat="1">
  10.         <name>Increase volume</name>
  11.         <comment></comment>
  12.     </action>
  13.     <action objid="player" prototype="void volumeDown()" class="volumedown" repeat="1">
  14.         <name>Decrease volume</name>
  15.         <comment></comment>
  16.     </action>
  17.     <action objid="player" prototype="void mute()" class="mute">
  18.         <name>Toggle sound muting</name>
  19.         <comment></comment>
  20.     </action>
  21.  
  22.     <!-- Playback actions -->
  23.     <action objid="player" prototype="void play()" class="play">
  24.         <name>Start playing</name>
  25.         <comment></comment>
  26.     </action>
  27.     <action objid="player" prototype="void stop()" class="stop">
  28.         <name>Stop playing</name>
  29.         <comment></comment>
  30.     </action>
  31.     <action objid="player" prototype="void pause()" class="pause">
  32.         <name>Pause playing</name>
  33.         <comment></comment>
  34.     </action>
  35.     <action objid="player" prototype="void next()" class="next">
  36.         <name>Advance to next track</name>
  37.         <comment></comment>
  38.     </action>
  39.     <action objid="player" prototype="void prev()" class="previous">
  40.         <name>Go to previous track</name>
  41.         <comment></comment>
  42.     </action>
  43.     <action>
  44.     <action objid="player" prototype="void seekRelative(int)" class="seek" repeat="1" autostart="0">
  45.     <name>Relative seek</name>
  46.     <comment>Seek inside of tracks. Use negative numbers for rewind.</comment>
  47.         <argument type="int">
  48.             <range min="-100" max="100"/>
  49.         </argument>
  50.     </action>
  51.     <!-- Misc actions -->
  52.     <action objid="player" prototype="void showOSD()">
  53.         <name>Show OSD display</name>
  54.         <comment>Works only if OSD is enabled</comment>
  55.     </action>
  56.     <action objid="playlist" prototype="void togglePlaylist()">
  57.         <name>Toggles the playlist window</name>
  58.         <comment></comment>
  59.     </action>
  60. </profile>
  61.